Learning Objectives

After completing this lesson, you’ll be able to:

Instructions

In this lesson, you will:

Resources

Viewing Tabular Data

Sven

Sven continues to work on his Excel to geodatabase workspace. He'd like to have a closer look at his attributes and their values using Data Preview's Table View

1) Open Starting Workspace

2) Inspect Written Data

View Written Data from Navigator

3) Inspect Data Quantity

After running the translation, the bottom-right corner of the Table view shows the number of rows (100). This number matches the feature count on the feature connection line on the canvas. You can use this count to confirm that FME wrote all the features you expected.

Viewing feature count in Data Preview's Table View

4) Inspect Attributes

The Table view shows an extra attribute: OBJECTID. The writer may create additional attributes if the format requires them, as in this case. All Esri geodatabase datasets contain an OBJECTID attribute. An ObjectID is a unique, non-null integer field used to uniquely identify rows in tables in a geodatabase. 

Red triangle to expand list of attributes on a feature type

The triangles are red beside the attributes with null values. The red triangles indicate that the attribute is not mapped to a source attribute. This occurred because the spaces in Last Name and License Number were converted to underscores. The spaces were converted to underscores because the Esri geodatabase format does not support spaces in attribute names.

Because Last Name is not the same as Last_Name, the attributes don't match, and therefore FME drops the values of Last Name when features enter the writer.

Note

⭐ New for 2025.0: we now show the presence of geometry columns on expanded feature types, as shown in the screenshot above (<spatial>).

5) View a Different Table

Vancouver.gdb also contains the PublicArt feature class.

Changing table

6) Sort By Attributes

You may also notice that PublicArt is not sorted alphabetically by name.

Sorting Table View

7) Filter by Attribute Value

Sven’s colleagues are interested in birds, and he is curious if there is any bird-related public art.

Filtering with the search bar

Leave Us Feedback on This Lesson